Vcenter Vm Hardware Memory Info

Vcenter Vm Hardware Memory Info
Vcenter Vm Hardware Memory Info

The Vcenter Vm Hardware Memory Info schema contains memory-related information about a virtual machine.

JSON Example
{
    "size_mib": 0,
    "hot_add_enabled": false,
    "hot_add_increment_size_mib": 0,
    "hot_add_limit_mib": 0
}
integer As int64 As int64
size_mib
Required

Memory size in mebibytes.

boolean
hot_add_enabled
Required

Flag indicating whether adding memory while the virtual machine is running is enabled.

Some guest operating systems may consume more resources or perform less efficiently when they run on hardware that supports adding memory while the machine is running.

integer As int64 As int64
hot_add_increment_size_mib
Optional

Only set when Vcenter Vm Hardware Memory Info.hot_add_enabled is true and the virtual machine is running.

integer As int64 As int64
hot_add_limit_mib
Optional

The maximum amount of memory, in mebibytes, that can be added to a running virtual machine.

Only set when Vcenter Vm Hardware Memory Info.hot_add_enabled is true and the virtual machine is running.